Latest Questions

django project does not write to file and there is no error, the file does not appear

I'm trying to write to a file and django doesn't do it. There is no error of any kind but the file does not appear. Using the process monitor I don't see any at

Centos 7: symbol lookup error: /lib64/libpango-1.0.so.0: undefined symbol: fribidi_get_par_embedding_levels_ex

it seems that there are 2 version of fribidi on the system, how can i get rid of the old one? /usr/lib/libfribidi.so.0 /usr/lib/libfribidi.so.0.3.6 /usr/lib64/l

Database Indexing

I'm trying to figure out on how to create an Index for below query such that the SELECT statement only traverse the leaf level of the index horizontally and it

if I have an array I want to open accordion Mui by map

enter image description here enter link description here This code is from MUI and look there please when you open the first accordion then you open the second

Laravel One to many trough belongsto and many to many (with pivot in between)

I've been looking around for a fix but couldn't find it. The situation: Resources are connected to an Event, multiple resources can be connected to multiple eve

Button that redirects to another Page

I need this button to redirect me to another Link, and also keeps the gradient with it, its using Pure html, is ther a way to do, and also keeping it with the F

How to connect Material UI v5 to Next JS v12?

Recently, Material UI 5 was released. Previously (in Material UI 4), I used to connect it by modifying _document.js and _app.js. Is it the same for Material UI

Rebus Saga with Complex Data

I am developing a Application in .net core 6 using Rebus Sagas. I need my Saga Data to contain an array objects that will be removed from the list once an item

powershell script to select directory

I would like to create a powershell function or cmdlet that would allow me to quickly navigate to files and function like the example below. Could someone enlig

I can't get an issue token with Postman or cURL

I'm trying to connect to ActiveCollab API but it is impossible. I tried with Postman and cURL but I'm obtain the same result: { "type": "ValueError", "messa

Player floats above platform by what looks to be 1 stud

I've been trying my hand at making games on the Roblox platform. After making a couple of games o learn the platform, I'm working on a much larger and complica

"SyntaxError: Unexpected token < in JSON at position 0"

In a React app component which handles Facebook-like content feeds, I am running into an error: Feed.js:94 undefined "parsererror" "SyntaxError: Unexpected

Error in creating dynamic columns from existing column having nested list of lists

I want to create two column from an existing column which contains nested list of list as values. Rows of record consisting of 3 companies participant and their

UIButton with custom image still shows titleLabel even though I set it to blank - Swift iOS

I'm pretty new to Swift, currently writing an AR game. Seems like my issue is very basic, but I can't figure it out. I added a button to an AR Scene through the

Import "google_auth_oauthlib.flow" could not be resolved

In VSCODE using these specifications: pip 21.3.1 from C:\users\computador\appdata\local\programs\python\python39\lib\site-packages\pip (python 3.9) I'm using t

Filling up an empty cell with adjacent cell's value

I am looking for a simple script which can turn this into this As you can see I have manually copied and pasted those empty cells in E column with the corresp

How would you create a button to format text in a <div> with JS?

I'm trying to make a basic text editor in HTML. I've got an editable div tag so far, and by using keyboard shortcuts, you can format it. However, I want it so t

When trying to run sudo apt upgrade on my terminal in zorin 16 os, I get an error code (2). How can I solve this?

Preconfiguring packages ... dpkg: unrecoverable fatal error, aborting: files list file for package 'sublime-text' is missing final newline E: Sub-process /usr/b

Call to undefined function Symfony\Component\Console\Input\escapeshellarg()

When running composer install in production I get a new error message today: $ composer install Installing dependencies from lock file (including require-dev) V

Wordpress Get the same meta

i have problem about get post meta , i want to show meta by per user , but when i addet meta+user_id i cant get all some meta My code is <?php $p

SUM value from 2 lists

I have the following outputs: { "vmoff": [ { "CONT2": [ "vm1", "vm2", "vm5"

Flutter - BottomNavigationBar - SizedBox() Issue

I'm new to flutter development. I've been trying to add SizedBox() but I'm getting the following Error at compile time The argument type 'SizedBox' can't be ass

how to resolve AttributeError: module 'graphviz.backend' has no attribute 'ENCODING'

I am not sure why I get an AttributeError: module 'graphviz.backend' has no attribute 'ENCODING' when I tried to export regression tree to graphviz. I tried re-

Hovering over Morris Chart is not working as expected

Hovering is not working for my chart, any suggestions as to what it could be? This is a django template with the Morris Chart within. I've got Morris Chart work

Factory Function JS

Hello, Can someone please explain me this const {r,g,b} = this; Why it has no variable name, if 'this' is the variable name, to what that 'this' pointing to? f

Nuxt - Can't get element by ref after initial fetch

I'm trying to initialize my gmaps autocomplete fields but, they are conditionaly showned If user.enterprise is true, so I show theses inputs. But I get "Invalid

How to convert Outputtext Value as Password(*****)

I have PIN column in DataTable coming from DataBase(as String). As of now the PIN is visible in DataTable, But it has to be shown as password with Asterix(****)

How to use a class as a type in a variable with typescript?

I'm bit confused in how to use OOP in typescript. I'm used to do it with PHP. 1 - Can I use a class as a type without having to fill all attributes values? 2 -

Python - pagination "after" parameter doesnt work in query

Im making a code to get data from pipefy API and the pagination isn't working out for me headers = { "authorization": 'Bearer TOKEN', "content-type": "a